home *** CD-ROM | disk | FTP | other *** search
- #
- # TWRP.MAK -- make file for TWRP.EXE with Microsoft C/MASM
- #
-
- .c.obj:
- cl /DCOMPILER=MSOFT -c -W3 -Gs -AC $*.c
-
- twrp.obj : twrp.c editor.h help.h window.h
-
- editshel.obj : editshel.c editor.h menu.h entry.h help.h \
- window.h microsft.h
-
- editor.obj : editor.c editor.h window.h microsft.h
-
- entry.obj : entry.c entry.h window.h microsft.h
-
- menu.obj : menu.c menu.h window.h microsft.h
-
- help.obj : help.c help.h window.h microsft.h
-
- window.obj : window.c window.h microsft.h
-
- microsft.obj : microsft.c
-
- vpeek.obj : vpeek.asm
- masm /MX vpeek;
-
- twrp.exe : twrp.obj editshel.obj editor.obj entry.obj menu.obj help.obj \
- window.obj microsft.obj vpeek.obj
- cl twrp editshel editor entry menu help window microsft vpeek